powered by
Updating number of iterations
# S3 method for boostrq [(x, i, return = TRUE, ...)
a boostrq object with the updated number of iterations
a boostrq object
desired number of boosting iterations
TRUE, if the result should be returned
additional arguments passed to callies
boosted.rq <- boostrq( formula = mpg ~ brq(cyl * hp) + brq(am + wt), data = mtcars, mstop = 200, nu = 0.1, tau = 0.5 ) boosted.rq[500]
Run the code above in your browser using DataLab